Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erlang/otp 27.2.3 #18484

Merged
merged 1 commit into from
Feb 19, 2025
Merged

erlang/otp 27.2.3 #18484

merged 1 commit into from
Feb 19, 2025

Conversation

getong
Copy link
Contributor

@getong getong commented Feb 19, 2025

No description provided.

Copy link

Diff for f54b5ac:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index efbbfa5..dfb2b3e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -46,17 +46,17 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitCommit: 0032babeb928e3465a91b0deb4f7b8a33930e3be
 Directory: 26/slim
 
-Tags: 27.2.2.0, 27.2.2, 27.2, 27, latest
+Tags: 27.2.3.0, 27.2.3, 27.2, 27, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
+GitCommit: 3deecf12856b6c6431dc835f7abf4b3fa2c94468
 Directory: 27
 
-Tags: 27.2.2.0-alpine, 27.2.2-alpine, 27.2-alpine, 27-alpine, alpine
+Tags: 27.2.3.0-alpine, 27.2.3-alpine, 27.2-alpine, 27-alpine, alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
+GitCommit: 3deecf12856b6c6431dc835f7abf4b3fa2c94468
 Directory: 27/alpine
 
-Tags: 27.2.2.0-slim, 27.2.2-slim, 27.2-slim, 27-slim, slim
+Tags: 27.2.3.0-slim, 27.2.3-slim, 27.2-slim, 27-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
+GitCommit: 3deecf12856b6c6431dc835f7abf4b3fa2c94468
 Directory: 27/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index e913f4d..0e06072 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -40,12 +40,12 @@ erlang:27-slim
 erlang:27.2
 erlang:27.2-alpine
 erlang:27.2-slim
-erlang:27.2.2
-erlang:27.2.2-alpine
-erlang:27.2.2-slim
-erlang:27.2.2.0
-erlang:27.2.2.0-alpine
-erlang:27.2.2.0-slim
+erlang:27.2.3
+erlang:27.2.3-alpine
+erlang:27.2.3-slim
+erlang:27.2.3.0
+erlang:27.2.3.0-alpine
+erlang:27.2.3.0-slim
 erlang:alpine
 erlang:latest
 erlang:slim
diff --git a/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index 4de26e9..dfe9ee5 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_alpine/Dockerfile
@@ -1,13 +1,13 @@
 FROM alpine:3.21
 
-ENV OTP_VERSION="27.2.2" \
+ENV OTP_VERSION="27.2.3" \
     REBAR3_VERSION="3.24.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
 
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
+	&& OTP_DOWNLOAD_SHA256="328e65e7434b4d4bca4360806f2261046134c3e0ff03682d21f117fa19fe4b89" \
 	&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index 3080a23..ef8aafa 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,6 +1,6 @@
 FROM buildpack-deps:bookworm
 
-ENV OTP_VERSION="27.2.2" \
+ENV OTP_VERSION="27.2.3" \
     REBAR3_VERSION="3.24.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
 # build process:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
+	&& OTP_DOWNLOAD_SHA256="328e65e7434b4d4bca4360806f2261046134c3e0ff03682d21f117fa19fe4b89" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.2 \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index bc09265..82997a8 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,6 +1,6 @@
 FROM debian:bookworm
 
-ENV OTP_VERSION="27.2.2" \
+ENV OTP_VERSION="27.2.3" \
     REBAR3_VERSION="3.24.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
 # sure our final image contains only what we've just built:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
+	&& OTP_DOWNLOAD_SHA256="328e65e7434b4d4bca4360806f2261046134c3e0ff03682d21f117fa19fe4b89" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \

Relevant Maintainers:

@yosifkit yosifkit merged commit 40c53d0 into docker-library:master Feb 19, 2025
17 checks passed
@getong getong deleted the erlang-27.2.3 branch February 20, 2025 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants